Metadata-Version: 1.1
Name: cf-ddns
Version: 1.0.0
Summary: CloudFlare Dynamic DNS updater
Home-page: https://github.com/maedox/cf-ddns
Author: Pål Nilsen
Author-email: paal.nilsen@gmail.com
License: MIT
Description: cf-ddns
        =======
        
        # Cloudflare DNS client
        
        Use the Cloudflare API to keep records up to date with your current IP address(es).
        
        You could run it from your crontab every five minutes or so.
        
        This will add/update an A/AAAA record for domain.tld with your external IP address:
        ```*/5 *  * * *  cf-ddns.py --name domain.tld```
        
        Make sure CF_EMAIL and CF_TOKEN environment variables are set.
        
        Execute `cf-ddns.py -h` for list of arguments.
        
        
        ## Requirements:
        - A Cloudflare account and domain name.
        - Python 2.7.6 or newer, 3.3 or newer
        - Requests (https://github.com/kennethreitz/requests)
        
        
        ## Disclaimer:
        This software is provided as is. It should be safe, but don't blame me if your
        computer blows up. It is tested on Ubuntu 16.04 with Python 2.7.6 and 3.5.2.
        
        
        Twitter: https://twitter.com/maedox/
        
Keywords: ddns cloudflare
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
